go/build.Context.matchFile (method)
3 uses
go/build (current package)
build.go#L848: info, err := ctxt.matchFile(p.Dir, name, allTags, &p.BinaryOnly, fset)
build.go#L1355: info, err := ctxt.matchFile(dir, name, nil, nil, nil)
build.go#L1396: func (ctxt *Context) matchFile(dir, name string, allTags map[string]bool, binaryOnly *bool, fset *token.FileSet) (*fileInfo, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)